wayland: Drop cairo surfaces when withdrawing
authorOlivier Fourdan <ofourdan@redhat.com>
Tue, 30 Jan 2018 12:57:35 +0000 (13:57 +0100)
committerOlivier Fourdan <ofourdan@redhat.com>
Tue, 20 Mar 2018 17:49:56 +0000 (18:49 +0100)
commit77a5d00047febe4317518ff31e84e5c37499e4ff
tree2a9ab7f50f94d304323f64bb10b2132af3cd7967
parent706a6cf0a3fc2a9cddd2b22f7bd77e8b8f12c041
wayland: Drop cairo surfaces when withdrawing

If a surface is unmapped by the client while gdk is processing updates,
(for example Firefox un-mapping its window on Expose events), the
windowing backend resources might be lost (for example with Wayland)
which can cause a crash in end_paint().

Make sure we drop the cairo surfaces as well when hiding the surface,
that will avoid the crash in gdk_surface_impl_wayland_end_paint() when
trying to attach the staging cairo surface to a released wl_surface,
these will be recreated when needed when the surface becomes visible
again and there is no need to keep such buffers around for a surface
which is not visible anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=793062
gdk/wayland/gdksurface-wayland.c